/*
*  html5resetcss
*/

::-webkit-scrollbar {
    /* background: #f2f2f2; */
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #1775BB;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

*:hover {
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 15px;
    color: #000;
    overflow-x: hidden;
}

.page_wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0;
    /* overflow: hidden; */
}

.container {
    width: 100%;
    max-width: 1663px;
    margin: 0 auto;
}

.container::before,
.container::after,
.content_area::before,
.content_area::after,
.cart_panel::before,
.cart_panel::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.content_area {
    background: #fff;
    width: 100%;
    max-width: 1750px;
    /* float: left; */
    height: 974px !important;
    position: fixed;
    left: 50%;
    bottom: -1px;
    /* padding: 70px 70px 0px; */
    padding: 44px 133px 0px;
    border-radius: 56px 56px 0 0;
    -webkit-border-radius: 56px 56px 0 0;
    -moz-border-radius: 56px 56px 0 0;
    -ms-border-radius: 56px 56px 0 0;
    -o-border-radius: 56px 56px 0 0;
    margin: 100px auto 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.custom_header {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-top: 8px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_header.h_change {
    margin-bottom: 23px;
    margin-top: 6px;
}

a.menuBar {
    background: #1776ba;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.search_bar {
    background: #f2f2f2;
    width: 73.5%;
    height: 50px;
    float: left;
    padding: 0 0 0 50px;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.search_bar::before {
    content: '\f002';
    font-size: 15px;
    font-family: FontAwesome;
    color: #1170b2;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.search_bar input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: auto;
    padding: 9px 9px 9px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    color: #000;
}

a.toggleBtn {
    background: #1776ba;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin: 0 10px 0 15px;
    margin-right: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.cart_icon {
    background: #b5d5ee;
    border: 1px solid #106fb1;
    width: 50px;
    height: 50px;
    float: right;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.cart_icon em {
    background: #d80305;
    font-style: normal;
    width: 18px;
    height: 18px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    position: absolute;
    right: 6px;
    top: -7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main_content_area {
    width: 69%;
    float: left;
    /* overflow: hidden; */
}

.page_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    height: 90px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.page_banner.imgShow {
    display: none;
}


/* .page_banner::after {
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
} */

.page_banner span {
    width: 204px;
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner_right {
    right: 15px;
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner_right strong {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-left: 45px;
    float: left;
}

.banner_right strong small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 3px;
}

.item_list {
    width: 100%;
    float: left;
    padding-bottom: 55px;
    position: relative;
    padding: 0 40px 0 40px;
}

.scroll_toggle_button {
    /* background: #000; */
    position: absolute;
    font-size: 68px;
    color: #1776ba;
    border: none;
    outline: none;
    top: 31%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.scroll_toggle_button.prev_btn {
    background: url(../images/prev-arrow.png) 0 0 no-repeat;
    background-size: contain;
    left: 0px;
    width: 35px;
    height: 60px;
}

.scroll_toggle_button.next_btn {
    right: -10px;
    background: url(../images/next-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 35px;
    height: 60px;
}

.item_list .slick-prev {
    background: rgb(0 0 0 / 40%);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 42%;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.item_list .slick-prev::after {
    content: '\f104';
    font-family: FontAwesome;
    font-size: 50px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.item_list .slick-next {
    background: rgb(0 0 0 / 40%);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 42%;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.item_list .slick-next::after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 50px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slick-list {
    padding-left: 0px !important;
}

.item_list ul {
    list-style: none;
    padding: 0 0 10px;
    margin: 0 -1.2%;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    overflow-x: scroll;
}

.item_list li {
    /* width: 139px; */
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
}

.item_list li figure {
    background: #B4D5EE;
    border: 1px solid #1775BB;
    box-shadow: -5px 3px 19px #00000029;
    width: 139px;
    height: 138px;
    position: relative;
    margin: 0 0 10px;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.item_list.b_change {
    margin-top: 20px;
}

.item_list.b_change figure {
    height: 90px !important;
    overflow: hidden;
    width: 90px;
    margin: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.item_list.b_change figure img {
    width: 75px;
    height: 75px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.item_list.b_change .slick-prev,
.item_list.b_change .slick-next {
    display: none !important;
}

.item_list li figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.item_list li:hover figure {
    background: #1b74b6;
}

.item_list li strong {
    display: block;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
}

.item_list.b_change strong {
    display: none;
}

.item_list li:hover strong {
    color: #1b74b6;
}

.scroll_item {
    width: 100%;
    float: left;
    /* padding-bottom: 50px; */
    overflow: hidden;
    overflow-y: scroll;
    height: 590px;
    padding-right: 10px;
}

.scroll_item .row {
    margin: 0 -1.2%;
    overflow: hidden;
    /* overflow-x: auto; */
    /* white-space: nowrap; */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    padding-top: 30px;
    /* padding-bottom: 30px; */
    display: block;
}

.scroll_item .row::-webkit-scrollbar {
    display: none;
}

.scroll_item .row .column {
    background: #fff;
    border: 1px solid #1775BB;
    width: 21.8%;
    height: 279px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 1.2% 80px;
    padding: 0 8px 20px;
    white-space: normal;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    box-shadow: -4px 0px 13px 0px rgb(0 0 0 / 15%);
}

.scroll_item .row .column .tooltip {
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(0px);
    color: #212529;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    text-align: left;
    /* z-index: 2; */
    border: 1px solid #1775BB;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
}

.scroll_item .row .column:hover .tooltip {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.scroll_item .row .column .tooltip>.des {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
    height: 162px;
    padding: 0 7px 0 18px;
    margin: 20px 0 18px;
    z-index: 2;
    position: relative;
}

.scroll_item .row .column>img {
    position: relative;
    width: 204px;
    height: 220px;
    top: 8px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    border-radius: 29px 29px 0 0;
    -webkit-border-radius: 29px 29px 0 0;
    -moz-border-radius: 29px 29px 0 0;
    -ms-border-radius: 29px 29px 0 0;
    -o-border-radius: 29px 29px 0 0;
}

.scroll_item .row .column .txt_box {
    width: 100%;
    float: left;
    overflow: hidden;
    /* padding: 0 30px; */
}

.scroll_item .row .column h4 {
    display: block;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 0;
    /* animation: leftright 3s infinite alternate ease-in-out;
    -webkit-animation: leftright 3s infinite alternate ease-in-out; */
}

@keyframes leftright {
    0%,
    20% {
        transform: translateX(0%);
        left: 0%;
    }
    80%,
    100% {
        transform: translateX(-100%);
        left: 100%;
    }
}


/* .scroll_item .row .column:hover span {
    margin-top: 10px;
    margin-bottom: 38px;
} */

.scroll_item .row .column span {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 7px 0;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 7px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.scroll_item .row .column span small {
    display: block;
    float: left;
    color: #000;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
}

.scroll_item .row .column span em {
    background: #1775BB;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.scroll_item .row .column span small:last-child {
    text-align: right;
    float: right;
}

.scroll_item .row .column strong {
    display: block;
    float: left;
    font-size: 21px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    width: auto;
    padding-bottom: 15px;
    /* position: absolute; */
    text-align: center;
    padding: 0 0 0 17px;
}

.scroll_item .row .column strong:nth-child(3) {
    float: right;
    padding-right: 17px;
}

.scroll_item .row .column a.cartBtn {
    background: #1775B8;
    display: block;
    width: 132px;
    height: auto;
    margin: 0 auto;
    float: none;
    clear: both;
    color: #fff;
    font-size: 19px;
    line-height: 32px;
    padding: 4px 0;
    position: absolute;
    left: 50%;
    bottom: 18px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.scroll_item .row .column a.cartBtn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 29px 29px;
    -webkit-border-radius: 0 0 29px 29px;
    -moz-border-radius: 0 0 29px 29px;
    -ms-border-radius: 0 0 29px 29px;
    -o-border-radius: 0 0 29px 29px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.scroll_item .row .column a {
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* .scroll_item .row .column a>img {
    width: 100%;
    margin: 0;
    position: absolute;
}

.scroll_item .row .column a>img:last-child {
    opacity: 0;
}

.scroll_item .row .column:hover a>img:first-child {
    opacity: 0;
}

.scroll_item .row .column:hover a>img:last-child {
    opacity: 1;
}

.scroll_item .row .column:hover span em {
    background: #F2F2F2;
} */


/* .scroll_item .row .column:hover h4,
.scroll_item .row .column:hover strong,
.scroll_item .row .column:hover small {
    color: #F2F2F2;
} */

.cart_panel {
    background: #fff;
    border: 1px solid #1775BB;
    width: 412px;
    min-height: 300px;
    float: right;
    margin-bottom: 15px;
    padding: 25px 20px;
    box-shadow: -4px 0px 13px 0px rgb(0 0 0 / 15%);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* position: -webkit-sticky;
    position: sticky; */
}

.cart_panel h4 {
    font-size: 26px;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    margin: 0 0 40px;
    position: relative;
}

.cart_panel h4 a.cls {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #464646;
    line-height: 30px;
    right: 0;
    top: 3px;
}

.cart_panel>ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
    height: 500px;
}

.cart_panel>ul>li {
    background: #B4D5EE;
    border: 1px solid #1775BB;
    width: 100%;
    /* height: 64px; */
    float: left;
    position: relative;
    padding: 20px 15px 20px 55px;
    margin-bottom: 15px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    box-shadow: 0px 3px 6px #00000029;
}

.cart_panel>ul>li:hover {
    background: #1775BB;
}

.cart_panel>ul>li:hover small,
.cart_panel>ul>li:hover small a,
.cart_panel>ul>li:hover span {
    color: #fff;
}

.cart_panel>ul>li img {
    width: 32px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.cart_panel>ul>li small {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
    /* padding-right: 20px; */
}

.cart_panel>ul>li small>a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: -2px 2px 0;
    position: relative;
    font-size: 13px;
}

.cart_panel>ul>li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1775BB;
}

.cart_panel>ul>li span:last-child {
    float: right;
}


/* .space {
    width: 100%;
    float: left;
    height: 78px;
} */

.cart_panel h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
    padding: 0 0 14px;
    margin-bottom: 21px;
    border-bottom: 1px solid #707070;
}

.total_price {
    background: #B4D5EE;
    border: 1px solid #1775BB;
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 36px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 15%);
}

.total_price>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.total_price>ul>li {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #000;
    width: 100%;
    float: left;
    padding-bottom: 2px;
}

.total_price>ul>li:last-child {
    padding-bottom: 0;
    padding-top: 10px;
}

.total_price>ul>li span {
    display: block;
    float: left;
}

.total_price>ul>li span:last-child {
    float: right;
    text-align: right;
    font-size: 15px;
}

.total_price>ul>li span em {
    font-style: normal;
    color: #39ee4b;
}

.total_price>ul>li span small {
    font-size: 15px;
    color: #1775BB;
}

.btn1 {
    background: #1775BB;
    width: 100%;
    height: 53px;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #1775BB;
    outline: none;
    display: block;
    clear: both;
    color: #F2F2F2;
    padding: 6px 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 15%);
}

.btn1:hover {
    background: #fff;
    color: #1775BB;
}

.overlay {
    background: rgb(0, 0, 0, 19%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: none;
}

.menu {
    background: #FFFFFF;
    border: 1px solid #1775BB;
    width: 412px;
    height: 99.89%;
    left: -2000px;
    top: 0;
    position: absolute;
    z-index: 102;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
    opacity: 0;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

.menu.change {
    left: 0;
    opacity: 1;
}

.menu h4 {
    font-size: 26px;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    margin: 0 0 40px;
    position: relative;
    margin: 49px 45px;
}

.menu h4 a.cls {
    position: absolute;
    line-height: 30px;
    right: 0;
    top: 13px;
    width: 13px;
}

.menu h4 a.cls img {
    width: 100%;
}

.menu_link {
    width: 100%;
    float: left;
}

.menu_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu_link li {
    width: 100%;
}

.menu_link li a {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
    display: block;
    padding: 19px 15px 18px 49px;
}

.menu_link li.active a,
.menu_link li:hover a {
    background: #B4D5EE;
    border-top: 1px solid #1775BB;
    border-bottom: 1px solid #1775BB;
}

.siteLogo {
    width: 230px;
    margin: 0 auto;
}

a.closebtn {
    width: 27px;
    display: block;
    float: right;
}

.cart_panel.cart {
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 0 auto 58px;
    clear: both;
    z-index: 0;
    padding: 45px 56px 32px;
    border: 2px solid var(--unnamed-color-1775bb);
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #1775BB;
}

.cart_panel.cart>ul>li:hover {
    background: #B4D5EE;
}

.cart_panel.cart>ul>li:hover small {
    color: #000;
}

.cart_panel.cart>ul>li:hover small a,
.cart_panel.cart>ul>li:hover span {
    color: #1775BB;
}

.cart_panel.cart>ul>li small {
    text-align: left;
    width: auto;
    font-size: 21px;
    padding-left: 8px;
}

.cart_panel.cart>ul>li span {
    font-size: 21px;
}

.cart_panel.cart::before,
.cart_panel.cart::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.cart_panel.cart h4 {
    text-align: center;
}

.quantity {
    display: inline-block;
    vertical-align: middle;
}

.quantity .sub,
.quantity .add {
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.quantity .add {
    background: url(../images/plus-icon-small.png) 0 0 no-repeat;
    background-size: contain;
}

.quantity .sub {
    background: url(../images/minus-icon-small.png) 0 0 no-repeat;
    background-size: contain;
}

.quantity .number {
    background: transparent;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input.number[type=number] {
    -moz-appearance: textfield;
}

.total_price.amount {
    background: transparent;
    border: none;
    box-shadow: unset;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.total_price.amount span {
    font-size: 21px;
    line-height: 33px;
    font-weight: 600;
    color: #7E7E7E;
}

.total_price.amount span small {
    font-size: 21px;
}

.total_price.amount span strong {
    font-size: 32px;
    color: #666666;
    line-height: 48px;
    font-weight: 800;
}

/* .cart_panel.cart .btn1 {
    width: 328px;
    height: 53px;
    line-height: 41px;
    float: none;
    display: block;
    margin: 0 auto;
} */

.cart_panel.cart .btn1 {
    width: auto !important;
    min-width: 170px !important;
    padding: 5px 25px;
    height: 53px;
    line-height: 41px;
    float: none;
    display: block;
    margin: 0 auto;
}

.total_price.amount li:first-child {
    border-bottom: 1px solid #7E7E7E;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.content_area.odd {
    padding: 71px 68px 0;
    /* custom css */
}

.signup_cont {
    background: #fff;
    width: 674px;
    margin: 0 auto 200px;
    clear: both;
    text-align: center;
    padding: 80px 130px;
    border: 2px solid var(--unnamed-color-1775bb);
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #1775BB;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.signup_cont.cart::before,
.signup_cont.cart::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.signup_cont h3 {
    font-size: 46px;
    line-height: 63px;
    font-weight: 600;
    color: #1775B8;
    margin-bottom: 30px;
}

.signup_cont input[type="tel"],
.signup_cont input[type="password"] {
    background: #fff;
    border: 1px solid #1775BB;
    margin-bottom: 20px;
    padding: 22px 30px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    outline: none;
    width: 100%;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.signup_cont a.forgot_pass {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #1775B8;
    margin: 37px 0 15px;
}

.signup_cont a.forgot_pass:hover {
    color: #115e95;
}

.signup_cont .btn1 {
    width: 328px;
    height: 53px;
    line-height: 41px;
    float: none;
    display: block;
    margin: 0 auto;
    clear: both;
    cursor: pointer;
}

.signup_cont .btn1:hover {
    background: #115e95;
    color: #fff;
}

.contact_content {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding-bottom: 50px;
}

.contact_content .block {
    background: #fff;
    width: 674px;
    height: 698px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
    border: 2px solid var(--unnamed-color-1775bb);
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #1775BB;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.contact_content .block iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.contact_content h3 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 500;
    color: #1775B8;
    margin-bottom: 30px;
}

.address {
    width: 100%;
    float: left;
    padding: 31px 77px 50px;
}

.address_details {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.address strong {
    display: block;
    float: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 269px;
    text-align: left;
    color: #666666;
}

.address p {
    float: right;
    font-size: 24px;
    line-height: 37px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    margin: 0;
    /* width: 195px; */
}

.address_details .txtbox {
    width: 238px;
    height: 120px;
    position: relative;
    z-index: 30;
    float: right;
}

.address_details .txtbox>div {
    background: #fff;
    font-size: 25px;
    line-height: 36px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    width: 238px;
    height: 120px;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    padding: 5px;
}

.address .hour {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.address .hour ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: auto;
    height: 245px;
    position: relative;
    z-index: 1;
}

.address .hour li {
    width: 100%;
    float: left;
    padding-right: 10px;
}

.address .hour strong {
    width: 250px;
}

.address .hour p {
    width: 240px;
}


/* Mobile device design css
================================================================= */

.mobile_page_wrapper {
    width: 100%;
    float: left;
    display: none;
    padding: 0 20px 90px;
}

.mob_header {
    background: #fff;
    width: 100%;
    height: 58px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    padding-left: 50px;
}

.menuBar.mob {
    background: transparent;
    width: 20px;
    height: 20px;
    float: left;
    margin: 20px 0 20px 20px;
}

.mob_logo {
    width: 116px;
    float: left;
    font-size: 0;
    padding: 17px 0 20px 24px;
}

.mob_logo a {
    display: inline-block;
}

.location {
    float: right;
    padding: 15px 9px 10px 0;
}

.location strong {
    display: block;
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    text-align: right;
}

.location strong span {
    display: block;
    font-weight: 400;
}

.location img {
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.mob_banner {
    width: 100%;
    float: left;
    margin-bottom: 21px;
    /* padding-top: 50px; */
}

.bottom {
    background: url(../images/round.png) center no-repeat;
    background-size: 146% 100%;
    position: fixed;
    left: 0;
    bottom: -518px;
    width: 100%;
    height: 600px;
    z-index: 2;
}

.bottom .bottom_txt {
    position: relative;
    top: 45px;
    color: #fff;
}

.crtbtn {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.mobcart .btn_area {
    width: 100%;
    float: left;
    font-size: 0;
    text-align: center;
}

.mob_scroll_panel {
    width: 100%;
    float: left;
    padding: 0 0 32px;
}

.mob_scroll_panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.mob_scroll_panel ul::-webkit-scrollbar {
    display: none;
}

.mob_scroll_panel li {
    background: #B4D5EE;
    border: 1px solid #1775BB;
    box-shadow: 0px 3px 6px #00000029;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 200px;
    height: 60px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    word-break: break-all;
    white-space: normal;
    position: relative;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
}

.mob_scroll_panel li:last-child {
    margin-right: 0;
}

.mob_scroll_panel li img {
    width: 45px;
    height: 45px;
    float: left;
    margin: 0 12px 0 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.mob_scroll_panel li:hover {
    background: #1775BB;
    color: #fff;
}

.mob_scroll_panel li span {
    position: absolute;
    left: 73px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.mob_item_list {
    width: 100%;
    float: left;
    padding: 0 20px 25px;
}

.mob_item_list h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
    margin: 13px 0 0;
}

.mob_item_list h3 span {
    display: inline-block;
    position: relative;
}

.mob_item_list h3 span::after {
    width: 85%;
    background: #1775BB;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -2px;
    content: '';
}

.mob_item_list h3 span::before {
    width: 6px;
    background: #fff;
    height: 3px;
    position: absolute;
    left: 19px;
    bottom: -4px;
    content: '';
    z-index: 1;
}

.mob_item_list .scroll_item .row {
    overflow: hidden;
    overflow-x: auto;
    white-space: normal;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0 -6px;
    position: relative;
    z-index: 1;
}

.mob_item_list .scroll_item .row .column {
    background: #fff;
    border: 1px solid #1775BB;
    width: 93px;
    height: 128px;
    display: inline-block;
    position: relative;
    margin: 0 6px 45px;
    padding: 0 10px 14px;
    white-space: normal;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    box-shadow: -4px 0px 13px 0px rgb(0 0 0 / 15%);
}

.mob_item_list .scroll_item .row .column>img {
    height: 135px;
    border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    -ms-border-radius: 18px 18px 0 0;
    -o-border-radius: 18px 18px 0 0;
}

.mob_item_list .scroll_item .row .column h4 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.mob_item_list .scroll_item .row .column span {
    margin-top: 14px;
    padding: 4px 0;
}

.mob_item_list .scroll_item .row .column span small {
    font-size: 3px;
    line-height: 4px;
}

.mob_item_list .scroll_item .row .column span em {
    width: 4px;
    height: 4px;
}

.mob_item_list .scroll_item .row .column strong {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
}

.mob_item_list .scroll_item .row .column a {
    width: 100%;
    height: 30px;
    margin-top: 3px;
    border-radius: 0;
    font-size: 15px;
    padding: 0;
}

.mob_item_list .scroll_item .row .column a>img {
    width: 15px;
    height: 15px;
    margin: 0 !important;
}

.mob_item_list .scroll_item .row .column:hover a>img:first-child {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* .mob_item_list .scroll_item .row .column:hover {
    background: #1775BB;
} */


/* .mob_item_list .scroll_item .row .column:hover span {
    margin-top: 7px;
    margin-bottom: 7px;
} */

.menu.mobMenu {
    width: 270px;
    position: fixed;
    height: 100%;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    box-shadow: 0px 3px 6px #00000029;
}

.menu.mobMenu h4 {
    background: #1775BB;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin: 23px 0 15px;
    padding: 13px 23px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.menu.mobMenu h4 a.cls {
    background: url(../images/w-cls-btn.png) 0 0 no-repeat;
    background-size: contain;
    right: 16px;
    top: 19px;
    width: 9px;
    height: 9px;
}

.menu.mobMenu h4 a.cls img {
    display: none;
}

.menu.mobMenu .menu_link li a {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    padding: 12px 16px 12px 36px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid transparent;
}

.menu.mobMenu .menu_link li a:hover,
.menu.mobMenu .menu_link li.active a {
    background: #B4D5EE;
    border: 1px solid #1775BB;
    border: 1px solid #1775BB;
}

.mob_logo.big {
    width: 148px;
    float: none;
    margin: 0 auto;
}

.mobcart {
    margin-top: 108px !important;
    border-width: 2px;
    width: 100%;
    max-width: 330px;
    margin-bottom: 22px !important;
    padding: 30px 30px 46px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.mobcart h4 {
    line-height: 24px;
    font-weight: 600;
    color: #1775B8;
}

.cart_panel.mobcart>ul>li img {
    width: 16px;
    margin-right: 0;
}

.mobcart .quantity .sub,
.mobcart .quantity .add {
    width: 17px;
    height: 17px;
}

.mobcart .quantity .number {
    width: 28px;
    height: 10px;
    font-size: 12px;
    line-height: 9px;
}

.mobcart .quantity {
    position: relative;
    top: -2px;
}

.mobcart.cart_panel.cart>ul>li small {
    font-size: 18px;
    line-height: 23px;
    /* width: 75px; */
}

.mobcart.cart_panel>ul>li small>a {
    font-size: 6px;
    line-height: 7px;
}

.mobcart.cart_panel.cart>ul>li span {
    font-size: 11px;
    line-height: 15px;
    padding-top: 6px;
}

.mobcart.cart_panel>ul>li {
    /* height: 30px; */
    padding: 10px 13px 9px 37px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mobcart .total_price.amount span {
    font-size: 12px;
    line-height: 16px;
}

.mobcart .total_price.amount span small {
    font-size: 10px;
    line-height: 15px;
}

.mobcart .total_price.amount span strong {
    font-size: 11px;
    line-height: 13px;
}

/* .mobcart.cart_panel.cart .btn1 {
    width: 149px;
    height: 31px;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 7px 8px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
} */

.mobcart.cart_panel.cart .btn1 {
    width: auto !important;
    min-width: unset !important;
    height: 31px;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px 8px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.space2 {
    width: 100%;
    float: left;
    height: 50px;
}

.search_bar .cls {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #464646;
    line-height: 30px;
    right: 10px;
    top: 15px;
}


/* new css===================================== */

.content_outer {
    /* background: rgb(0, 0, 0, 50%); */
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    /* overflow-y: scroll; */
    z-index: 999;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    inset: 0;
}

.content_outer::-webkit-scrollbar {
    display: none;
}


/* 
.popup_wrapper {
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 30px auto;
    padding: 0 10px;
}

.popup_wrapper::before, 
.popup_wrapper::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.popup_content {
    background: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(112, 144, 176, 0.12);
} */

.change {
    position: fixed;
    right: 130px;
    top: 0;
}

.scroll_panel {
    width: 100%;
    float: left;
    overflow: hidden;
    /* overflow-y: scroll; */
    height: 780px;
    padding-right: 10px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scroll_panel::-webkit-scrollbar {
    display: none;
}

.checkuot_cart {
    /* height: auto !important; */
    height: 350px !important;
}

.pageBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.empty_cart {
    width: auto;
    position: fixed;
    top: 35%;
    right: 15%;
}

.btn_area {
    width: 100%;
    float: left;
    font-size: 0;
    text-align: right;
}

.btn_area .btn1 {
    padding: 5px 15px;
    float: none !important;
    display: inline-block !important;
    vertical-align: center !important;
    margin: 0 10px !important;
    width: 194px !important;
}

.cls_bg {
    padding: 5px;
    border-radius: 50px;
    background-color: #e5dfdf;
}

.f_18 {
    font-size: 18px !important;
}

.scroll_item .row .column strong {
    line-height: 10px;
    padding-bottom: 22px;
}

.scroll_item .row .column strong i {
    /* font-size: 15px; */
    font-style: normal;
    cursor: pointer;
}

.popup_overlay {
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 999;
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.popup_overlay::-webkit-scrollbar {
    display: none;
}

.product_popup_holder {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 30px auto;
    padding: 0 10px;
}

.product_popup {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #1775B8;
    width: 100%;
    float: left;
    padding: 35px;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(112, 144, 176, 0.12);
}

.product_popup_holder::before,
.product_popup_holder::after,
.product_popup::before,
.product_popup::after {
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: '';
}

.product_popup a.clsBtn {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.product_popup figure {
    width: 150px;
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
    padding: 5px;
    display: block;
    border: 1px solid #1775BB;
}

.product_popup h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 15px;
}

.ds_box {
    width: 100%;
    float: left;
    height: 120px;
    overflow: hidden;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding-right: 10px;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}

.product_popup strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.product_popup strong small {
    font-size: 17px;
    font-weight: 400;
    color: green;
    padding-left: 15px;
}

.product_popup strong small.out {
    color: red;
}

.check_list_area {
    width: 100%;
    float: left;
}

.check_list {
    float: left;
    width: 48%;
}

.check_list .btn1 {
    outline: none;
    width: 150px;
    height: auto;
    line-height: 30px;
    margin: 0 auto;
    clear: both;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.check_list.right {
    float: right;
}

.check_list h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #1775BB;
    margin-bottom: 10px;
}

.check_list input[type="search"] {
    width: 100%;
    float: left;
    height: 35px;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #1775BB;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.scrollBox {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
    height: 150px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.check_list label {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
}

.check_list label em {
    float: right;
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.check_list label em input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100% !important;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.check_list label em input:checked+i {
    background: #1775BB;
}

.check_list label em input:checked+i::after {
    position: absolute;
    left: 8px;
    top: 1px;
    content: '';
    display: block;
    width: 7px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.check_list label em i {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #1775BB;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product_popup a.cartBtn {
    background: #1775BB;
    width: auto;
    height: auto;
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #1775BB;
    outline: none;
    display: block;
    color: #F2F2F2;
    padding: 4px 15px;
    margin: 0 0 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 15%);
}

.product_popup a.cartBtn:hover {
    background: #fff;
    color: #1775BB;
}


/* ===================================== */

.customer_modal_outer {
    background: rgb(0, 0, 0, 50%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 999;
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.customer_modal_outer::-webkit-scrollbar {
    display: none;
}

.customer_modal_wrapper {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 30px auto;
    padding: 0 10px;
}

.customer_modal_wrapper::before,
.customer_modal_wrapper::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.customer_modal_content {
    background: #fff;
    width: 100%;
    float: left;
    position: relative;
    padding: 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(112, 144, 176, 0.12);
}

.customer_modal_content a.clsButton {
    position: absolute;
    width: 15px;
    height: 15px;
    right: -27px;
    top: 9px;
    outline: none;
}

.customer_modal_content a.clsButtonModel {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 25px;
    top: 25px;
    outline: none;
}

.customer_modal_content h4 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 800;
    color: #1775BB;
    margin: 0 0 20px;
    text-align: center;
}

.customer_modal_content h4 span {
    display: inline-block;
    position: relative;
}

.customer_modal_content input[type="search"] {
    width: 100%;
    height: 50px;
    outline: none;
    padding: 15px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    border: 1px solid gray;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.customer_modal_content .customer_table {
    width: 100%;
    float: left;
    overflow: scroll;
    height: 250px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    /* border: 1px solid gray; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.customer_modal_content table {
    width: 100%;
    /* table-layout: fixed; */
}

.customer_modal_content table th,
.customer_modal_content table td {
    text-align: center;
    padding: 5px 15px;
    white-space: nowrap;
}

.customer_modal_content table tbody tr:nth-child(2n) {
    background: #ececec;
}

.customer_modal_content .c_field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.customer_modal_content .c_field input {
    width: 100%;
    height: 50px;
    outline: none;
    padding: 15px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    border: 1px solid gray;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.customer_modal_content .c_field:last-child {
    font-size: 0;
    text-align: center;
}

.customer_modal_content .c_field:last-child input {
    background: #1775B8;
    width: 130px;
    margin: 0 10px;
    float: none;
    vertical-align: middle;
    padding: 0;
    color: #fff;
    border-color: #1775B8;
}

.customer_modal_content .c_field:last-child input:hover {
    background: #fff;
    color: #1775B0;
}

.customer_modal_content .c_field.left {
    width: 49%;
    float: left;
}

.customer_modal_content .c_field.right {
    width: 49%;
    float: right;
}

.customer_modal_content h5 {
    margin: 10px auto 20px;
    float: none;
    padding: 0;
    font-size: 22px;
    line-height: 44px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    clear: both;
    text-decoration: underline;
}

a.addContact {
    position: absolute;
    right: 35px;
    top: 24px;
    width: auto !important;
    height: auto !important;
    padding: 5px 20px;
    line-height: 30px;
}

.newCustomer {
    margin-top: 30px !important;
    width: 100%;
    float: left;
}

.newCustomer input {
    background: #eeeeee;
    width: 100%;
    height: 60px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    outline: none;
    border: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.btn1.odd {
    margin: 10px auto 25px !important;
    display: block !important;
}

.r_box {
    float: right;
}

.r_box .quantity {
    float: left;
    padding-right: 30px;
}

.r_box span {
    float: right;
}

a.delbutton {
    font-size: 20px;
    line-height: 30px;
    display: block;
    float: left;
    color: #000;
    margin-right: 15px;
}

.c_width {
    max-width: 674px !important;
}

.c_width .btn_area {
    text-align: center;
}

.bottom_txt {
    text-align: center;
    padding-top: 0;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

label.toggleBtn {
    background: #ebebeb;
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    position: relative;
    margin: 0 10px 0 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

label.toggleBtn input {
    position: absolute;
    left: 4px;
    top: 13px;
    z-index: 1;
    width: 13px;
    height: 24px;
    opacity: 0;
}

label.toggleBtn input:checked+em {
    background-image: url(../images/toggle-active.png);
}

label.toggleBtn em {
    background: url(../images/toggle.png) 0 0 no-repeat;
    background-size: contain;
    width: 40px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 13px;
    z-index: 0;
}

/* New Search Bar */
.search-bar {
    background: #fff;
    z-index: 2;
    padding: 0;
    height: 35px;
    float: left;
    min-width: 35px;
    border: 1px solid #1775BB;
    display: block;
    position: absolute;
    left: 21px;
    top: 12px;
    border-radius: 10px;
    overflow: hidden;
}
  
  .textbox {
    width: 0px;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 40px;
    font-size: 14px;
    height:45px;
    background-color: transparent;
    outline: none;
    height: 100%;
    float: left;
  
    transition-duration: 0.05s;
  }
  
  .search-btn {
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transition-duration: 0.2s;
    border-left: 1px transparent solid;
}
  
  .search-btn p {
    margin: 10px;
    /* color: black; */
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 800;
  }
  
  .search-bar:hover > .textbox {
    padding: 0px 10px 0px 10px;
    width: 250px;
    transition-duration: 0.2s;
  }
  
  .search-bar:hover > .search-btn {
    border-left: 5px #1b74b6 solid;
    transition-duration: 0.2s;
  }
  
  .search-btn:hover {
    /* background-color: black; */
    transition-duration: 0.2s;
  }
  .search-btn:hover > p {
    color: white;
    transition-duration: 0.2s;
  }
  

/*responsive CSS
=================================================================*/

@media only screen and (min-width:2560px) {
    .content_area {
        transform: translateX(-50%) scale(1.3);
        height: 1116px !important;
        -webkit-transform: translateX(-50%) scale(1.3);
        -moz-transform: translateX(-50%) scale(1.3);
        -ms-transform: translateX(-50%) scale(1.3);
        -o-transform: translateX(-50%) scale(1.3);
    }
}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1920px) {}

@media only screen and (max-width:1700px) {
    .container {
        max-width: 1200px;
    }
    .content_area {
        padding: 50px 50px 0;
        max-width: 1200px;
        height: 690px !important;
    }
    .item_list li figure {
        width: 111px;
        height: 120px;
    }
    .item_list li strong {
        font-size: 15px;
        line-height: 21px;
    }
    .scroll_panel {
        height: 514px;
    }
    .bottom_txt {
        font-size: 14px;
        font-weight: 700;
    }
    .scroll_item {
        height: 338px;
    }
    .cart_panel>ul {
        height: 231px;
    }
    .main_content_area {
        width: 67%;
    }
    /* .scroll_item .row .column {
        height: auto;
    } */
    .cart_panel {
        width: 350px;
    }
    .cart_panel h4 {
        font-size: 22px;
        margin: 0 0 25px;
    }
    .cart_panel>ul>li {
        padding: 20px 12px 20px 53px;
    }
    .cart_panel>ul>li img {
        left: 10px;
        margin-right: 6px;
    }
    .cart_panel>ul>li small,
    .cart_panel>ul>li span {
        font-size: 13px;
        font-weight: 500;
    }
    .item_list {
        padding-bottom: 35px;
    }
    .page_banner span {
        width: 160px;
    }
    .menu {
        width: 365px;
    }
    .menu_link li a {
        font-size: 18px;
        padding: 15px 15px 14px 29px;
    }
    .menu h4 {
        font-size: 22px;
        margin: 30px 25px;
    }
    .contact_content .block {
        width: 470px;
        height: 590px;
        margin: 0 20px;
    }
    .address {
        padding: 30px 30px;
    }
    .contact_content h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .address strong {
        font-size: 20px;
        width: auto;
    }
    .address p {
        font-size: 20px;
        width: auto;
    }
    .address .hour strong {
        width: auto;
    }
    .address .hour p {
        width: auto;
    }
    .scroll_item .row .column strong {
        font-size: 15px;
    }
    .scroll_item .row .column a {
        width: 23px;
        height: 23px;
        margin-top: 5px;
    }
    .item_list li strong {
        font-size: 17px;
        line-height: 21px;
    }
    .scroll_item .row .column {
        width: 30.8%;
    }
    .contact_content .block {
        height: 472px;
    }
    .address {
        padding: 15px;
    }
    .contact_content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .address_details .txtbox>div {
        font-size: 20px;
        line-height: 33px;
        height: 109px;
    }
    .address .hour {
        padding-top: 12px;
    }
    .address .hour ul {
        height: 165px;
    }
    .item_list li figure img {
        width: 90px;
        height: 90px;
    }
    .scroll_item .row .column h4 {
        font-size: 18px;
        line-height: 23px;
    }
    .content_area.odd {
        padding: 50px 50px 0;
    }
    .siteLogo {
        width: 185px;
    }
    aside.cart_panel.cart {
        padding: 37px 30px 32px;
        transform: translateY(-107px) scale(0.75);
        -webkit-transform: translateY(-107px) scale(0.75);
        -moz-transform: translateY(-107px) scale(0.75);
        -ms-transform: translateY(-107px) scale(0.75);
        -o-transform: translateY(-107px) scale(0.75);
    }
    .signup {
        width: 100%;
        float: left;
        padding-top: 0 !important;
    }
    .checkuot_cart {
        /* height: auto !important;  */
        height: 340px !important;
    }
    .empty_cart {
        width: 150px;
        position: fixed;
        top: 30%;
        right: 14%;
    }
    .cart_panel.cart .total_price.amount {
        margin-bottom: 10px;
    }
    .scroll_toggle_button {
        top: 32%;
    }
    .scroll_toggle_button.prev_btn {
        width: 23px;
        height: 42px;
    }
    .scroll_toggle_button.next_btn {
        right: 5px;
        width: 23px;
        height: 42px;
    }
}

@media only screen and (max-width:1365px) {
    .container {
        max-width: 1140px;
    }
    .item_list li strong {
        font-size: 16px;
        line-height: 20px;
    }
    .content_area {
        padding: 30px 30px 0px;
    }
    .cart_panel {
        padding: 19px 15px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .cart_panel h4 {
        margin: 0 0 20px;
    }
    .search_bar {
        width: 72%;
    }
    .menu h4 a.cls {
        right: -4px;
        top: 11px;
        width: 11px;
    }
    .contact_content .block {
        width: 462px;
    }
    .main_content_area {
        width: 65%;
    }
    .cart_panel {
        width: 350px;
    }
    .scroll_item .row .column {
        padding: 0 20px 30px;
        /* height: auto; */
    }
    .content_area {
        max-width: 1080px;
        height: 693px !important;
    }
    .scroll_item .row .column {
        width: 30.4%;
    }
    .scroll_panel {
        height: 544px;
    }
    .scroll_item {
        height: 297px;
    }
    .cart_panel>ul {
        height: 272px;
    }
    .contact_content .block {
        width: 445px;
        margin: 0 10px;
    }
    .signup_cont {
        width: 570px;
        margin: 0 auto;
        padding: 50px 80px;
    }
    .signup_cont h3 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .scroll_item .row .column {
        padding: 0 9px 30px;
    }
    .scroll_item .row .column .tooltip>.des {
        height: 163px;
    }
}

@media only screen and (max-width:1199px) {
    .container {
        max-width: 1040px;
    }
    .cart_panel {}
    .main_content_area {
        width: 58%;
    }
    .custom_header {
        margin-bottom: 20px;
    }
    .content_area,
    .content_area.odd {
        padding: 30px 33px 0px;
    }
    .siteLogo {
        width: 160px;
    }
    .page_banner {
        height: 78px;
    }
    .page_banner span {
        width: 133px;
    }
    .scroll_item .row .column {
        margin: 0 10px 80px;
        width: 46.4%;
    }
    .scroll_item .row .column strong {
        font-size: 18px;
    }
    .scroll_item .row .column a {
        width: 23px;
        height: 23px;
        margin-top: 5px;
    }
    /* .scroll_item .row .column:hover span {
        margin-top: 15px;
        margin-bottom: 15px;
    } */
    .contact_content .block {
        width: 420px;
        margin: 0 15px;
    }
    a.closebtn {
        width: 16px;
    }
    .item_list li {
        width: 110px;
    }
    .item_list li figure {
        height: 125px;
    }
    .item_list li figure img {
        width: 85px;
        height: 85px;
    }
    .item_list li strong {
        font-size: 13px;
        line-height: 17px;
    }
    .main_content_area {
        width: 61%;
    }
    .content_area {
        max-width: 1000px;
    }
    .scroll_item .row .column>img {
        width: 245px;
    }

    .bottom_txt {
        font-size: 12px;
        font-weight: 700;
    }
}

@media only screen and (max-width:1099px) {
    .container {
        padding: 0 15px;
    }
    .page_banner h1 {
        font-size: 27px;
    }
    .page_banner h1 img {
        width: 38px;
    }
    .page_wrap {
        padding-top: 30px;
    }
    .cart_panel {
        width: 33%;
    }
    .main_content_area {
        width: 65%;
    }
    .scroll_item .row .column {
        width: 180px;
        margin: 0 10px;
        padding: 0 15px 15px;
    }
    .scroll_item {
        padding-bottom: 0;
    }
    .cart_panel>ul>li {
        padding: 8px 10px 8px 50px;
    }
    .cart_panel.cart>ul>li {
        padding: 18px 18px 17px 60px;
    }
    .cart_panel>ul>li small,
    .cart_panel>ul>li span {
        float: none !important;
        display: block !important;
    }
    .cart_panel.cart>ul>li small,
    .cart_panel.cart>ul>li span {
        float: none !important;
        display: inline-block !important;
        vertical-align: middle;
    }
    .cart_panel.cart>ul>li span:last-child {
        float: right !important;
    }
    /* .scroll_item .row .column {
        height: 248px;
    } */
    .scroll_item .row .column strong {
        font-size: 20px;
    }
    .space {
        height: 113px;
    }
    .menu {
        width: 42%;
    }
    .menu_link li a {
        font-size: 16px;
        padding: 11px 15px 10px 29px;
    }
    .contact_content .block {
        width: 417px;
    }
    .address strong {
        font-size: 17px;
    }
    .address p {
        font-size: 17px;
    }
    .scroll_item {
        height: 374px;
    }
    .content_area {
        max-width: 900px;
    }
    .scroll_item .row .column {
        width: 235px;
        margin: 0 14px 80px;
    }
    .contact_content .block {
        width: 387px;
    }
    aside.cart_panel.cart {
        transform: translateY(-73px) scale(0.80);
        -webkit-transform: translateY(-73px) scale(0.80);
        -moz-transform: translateY(-73px) scale(0.80);
        -ms-transform: translateY(-73px) scale(0.80);
        -o-transform: translateY(-73px) scale(0.80);
    }
    .scroll_item .row .column {
        padding: 0 10px 15px;
    }
}

@media only screen and (max-width:992px) {
    .search_bar {
        width: 70.5%;
    }
    .main_content_area {
        width: 100%;
        padding-bottom: 30px;
    }
    .cart_panel {
        width: 100%;
    }
    .contact_content h3 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .contact_content .block {
        width: 297px;
        margin: 0 10px;
    }
    .scroll_item .row .column {
        width: 187px;
        margin: 0 10px 40px;
    }
    .content_area,
    .content_area.odd {
        padding-bottom: 30px;
    }
    .cart_panel {
        width: 45%;
        position: absolute;
        right: 0;
        top: 0;
        /* display: none; */
        z-index: 102;
    }
    .cart_panel::after {
        background: #bb1515;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 40px;
        top: 50%;
        content: '';
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .content_area {
        max-width: 700px;
    }
    /* .scroll_item .row .column {
        width: 187px;
    } */
    .address_details {
        padding-top: 12px;
    }
    /* .address_details .txtbox,
    .address_details .txtbox>div {
        width: 100%;
    } */
    .cart_panel.cart {
        padding: 20px 30px;
        width: 100%;
        height: auto;
        position: relative;
        right: unset;
        top: unset;
        transform: translateY(-71px) scale(0.8);
        -webkit-transform: translateY(-71px) scale(0.8);
        -moz-transform: translateY(-71px) scale(0.8);
        -ms-transform: translateY(-71px) scale(0.8);
        -o-transform: translateY(-71px) scale(0.8);
    }
    .cart_panel.cart ul,
    .cart_panel.cart .btn_area {
        float: none;
        clear: both;
    }
    .cart_panel.cart .total_price.amount {
        padding-bottom: 18px;
        float: left;
    }
    .product_popup_holder {
        width: 698px;
    }
    .scroll_item .row .column strong {
        font-size: 18px;
    }
    .cart_panel>ul {
        height: 308px;
    }
    .cart_panel.home {
        display: none;
    }
    .customer_modal_wrapper {
        max-width: 700px;
    }
    .r_box .quantity {
        padding-right: 12px;
    }
    .quantity .number {
        width: 32px;
    }
    .cart_panel.cart>ul>li span {
        font-size: 18px;
    }
    .quantity .sub,
    .quantity .add {
        width: 23px;
        height: 23px;
    }
}

@media only screen and (max-width:767px) {
    .page_wrap {
        display: none;
    }
    .mobile_page_wrapper {
        display: block;
    }
    .mob_item_list {
        padding: 0 111px 25px;
    }
    .signup_cont {
        width: 100%;
        padding: 100px 34px 152px;
        max-width: 550px;
        border-width: 3px;
        margin-top: 25px !important;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .signup_cont h3 {
        font-size: 25px;
        margin-bottom: 55px;
        line-height: 35px;
    }
    .signup_cont .btn1 {
        width: 164px;
        height: 27px;
        font-size: 7px;
        line-height: 9px;
        padding: 8px 7px 8px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .signup_cont a.forgot_pass {
        font-size: 9px;
        line-height: 12px;
        margin-top: 0;
    }
    .signup_cont input[type="tel"],
    .signup_cont input[type="password"] {
        height: 40px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        padding: 11px 12px 12px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .contact_content {
        margin-top: 100px !important;
    }
    .contact_content .block {
        height: 515px;
        width: 100%;
        max-width: 475px;
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .contact_content .block:first-child {
        height: 300px;
        margin-bottom: 20px;
    }
    .contact_content .block iframe {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .mob_item_list .txt_box {
        padding: 0 !important;
    }
    .mobcart {
        max-width: 475px;
        padding: 18px 15px 46px !important;
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
    }
    .mobcart>ul {
        height: 195px;
    }
    .mob_item_list .scroll_item {
        height: auto;
        padding-top: 0px;
        padding-right: 0;
    }
    .mob_item_list .scroll_item .row {
        margin: 0 -1.8%;
        white-space: nowrap;
        position: relative;
        z-index: 0;
    }
    .mob_item_list .scroll_item .row .column {
        width: 35.7%;
        margin: 0 1.8% 35px;
        float: none;
        height: 179px;
    }
    .mobcart .btn_area .btn1 {
        padding: 10px 15px;
        float: none !important;
        display: inline-block !important;
        vertical-align: center !important;
        margin: 0 10px !important;
        width: 127px !important;
    }
    .scroll_item .row .column .tooltip>.des {
        height: 105px;
        padding: 0 7px 0 11px;
        margin: 10px 0 1px;
    }
    .scroll_item.home .column .tooltip>.des {
        height: 142px;
    }
    .mob_item_list .scroll_item .row .column strong {
        padding: 0 0 0 12px;
        font-size: 14px;
    }
    .mob_item_list .scroll_item .row .column strong:nth-child(3) {
        padding-right: 12px;
    }
    .scroll_item .row .column .tooltip {
        font-size: 13px;
        line-height: 21px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .scroll_item.home {
        /* height: 374px !important; */
        height: 525px !important;
        padding-right: 10px;
    }
    .scroll_item.home .row {
        white-space: normal;
    }
    .scroll_item.home .row .column {
        float: left;
        width: 46%;
        height: 220px;
        padding: 0 8px 14px;
    }
    .scroll_item.home .row .column>img {
        height: 170px !important;
    }
    .scroll_item.home .row .column .tooltip>.des {
        padding: 3px 8px 0 14px;
    }
    .product_popup {
        /* width: 615px; */
        padding: 25px;
    }
    .address .hour ul {
        /* height: 150px; */
        height: 240px;
    }
    .customer_modal_wrapper {
        max-width: 600px;
    }
    .customer_modal_content h4 {
        text-align: left;
    }
    .newCustomer {
        margin-top: 0 !important;
    }
    .btn1.odd {
        margin: 10px auto 15px !important;
        display: block !important;
        width: 110px !important;
    }
    .mobcart .r_box {
        text-align: center;
    }
    .mobcart .r_box span {
        float: none !important;
        width: 100%;
    }
    .mobcart .r_box .quantity {
        float: none;
        padding: 0;
        top: 0;
        display: block;
    }
}

@media only screen and (max-width:690px) {
    .banner_right strong {
        font-size: 17px;
        margin-left: 25px;
    }
    .item_list ul {
        margin: 0 -2.2%;
    }
    .item_list li {
        width: 28.9%;
        margin: 0 2.2% 20px;
    }
    .item_list li figure {
        height: 140px;
    }
    .item_list li figure img {
        width: 75px;
    }
    .search_bar {
        padding-left: 35px;
    }
    .search_bar::before {
        left: 13px;
    }
    .mob_item_list {
        padding: 0 !important;
        float: none;
        margin: 0 auto 25px;
        width: 500px;
        clear: both;
    }
    .bottom {
        background-size: 163% 100%;
        bottom: -536px;
    }
    .mobile_page_wrapper {
        padding-bottom: 83px;
    }
    /* change */
    .mob_scroll_panel li {
        width: auto;
        white-space: nowrap;
    }
    .mob_scroll_panel li img {
        position: relative;
    }
    .mob_scroll_panel li span {
        position: relative;
        left: 14px;
        top: 50%;
        display: inline-block;
        vertical-align: middle;
        padding-right: 30px;
        transition: unset;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
    }
    .mob_scroll_panel li span br {
        display: none;
    }
    .product_popup {
        padding: 20px;
    }
    .product_popup h3 {
        font-size: 21px;
    }
    .check_list {
        width: 100%;
        padding-bottom: 20px;
    }
    .scrollBox {
        height: 117px;
    }
    .ds_box {
        height: 90px;
    }
    .product_popup_holder {
        width: 100%;
        padding: 0 50px;
    }
    .contact_content .block {
        width: 505px;
    }
    .newCustomer input {
        font-size: 14px;
    }

    .bottom .bottom_txt {
        top: 34px;
        font-size: 12px;
    }

    .order_invoice{
        overflow-x: scroll !important;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .order_invoice::-webkit-scrollbar {
        display: none;
      }
}

@media only screen and (max-width:560px) {
    .search_bar {
        width: 66%;
    }
    .page_banner h1 {
        font-size: 22px;
    }
    .page_banner h1 img {
        width: 30px;
    }
    .page_banner span {
        width: 110px;
    }
    .mob_item_list {
        padding: 0 25px 25px;
    }
    .bottom {
        background-size: 185% 100%;
        bottom: -552px;
    }
    .mobile_page_wrapper {
        padding-bottom: 63px;
    }
    .product_popup_outer {
        width: 360px;
    }
    .product_popup figure {
        width: 120px;
        float: none;
        margin: 0 auto 15px;
    }
    .product_popup_holder {
        padding: 0 15px;
    }
    .mobcart {
        max-width: 435px;
    }
    .contact_content .block {
        width: 435px;
    }
    .contact_content h3 {
        font-size: 24px;
    }
    .mob_item_list {
        width: 440px;
    }
    .customer_modal_content {
        padding: 20px;
    }
    .customer_modal_content .c_field {
        width: 100% !important;
    }
    a.addContact {
        right: 20px;
        top: 15px;
    }
    .newCustomer input {
        height: 50px;
    }
    .bottom .bottom_txt {
        top: 29px;
    }
    .mobcart {
        max-width: 475px;
        padding: 18px 10px 46px !important;
    }
}

@media only screen and (max-width:479px) {
    .search_bar {
        width: 54%;
    }
    .item_list ul {
        margin: 0 -4%;
    }
    .item_list li {
        width: 42%;
        margin: 0 4% 20px;
    }
    .content_area {
        padding: 30px 15px 30px;
    }
    .banner_right strong {
        font-size: 15px;
        margin-left: 18px;
    }
    .banner_right strong small {
        font-size: 12px;
    }
    .mob_item_list {
        padding: 0 25px 25px;
    }
    .bottom {
        background-size: 198% 100%;
        bottom: -558px;
    }
    .mobile_page_wrapper {
        padding-bottom: 55px;
    }
    .signup_cont {
        margin-top: 10px !important;
    }
    .contact_content h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .contact_content .block {
        width: 335px;
    }
    .mobcart {
        max-width: 335px;
        margin-top: 78px !important;
    }
    .mob_item_list .scroll_item .row .column {
        width: 45.7%;
    }
    .contact_content {
        margin-top: 78px !important;
    }
    .mob_item_list {
        width: 335px;
    }
    a.addContact {
        padding: 3px 13px;
        font-size: 12px;
    }
    .customer_modal_content h4 {
        font-size: 22px;
    }
    .newCustomer input {
        height: 40px;
    }
    .mobile_page_wrapper .address_details .txtbox,
    .mobile_page_wrapper .address_details .txtbox>div {
        width: 214px;
        float: right;
    }
    .mobcart.cart_panel.cart>ul>li small {
        font-size: 13px;
        line-height: 18px;
    }

    .bottom .bottom_txt {
        top: 22px;
        font-size: 11px;
    }
    .btn_area.mobcart-btn a.btn1 {
        padding: 8px 3px 8px !important;
        margin: 0 4px !important;
        font-size: 12px !important;
        text-transform: capitalize !important;
    }
    .mob_logo {
        width: 64px;
        padding: 17px 0 17px 11px;
    }
}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {
    a.mob_search_btn {
        width: 15px;
        height: 15px;
        float: left;
        margin: 22px -9px 17px 12px;
    }

    .location img {
        width: 20px;
        height: 20px;
    } 
}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}

.mob_scroll_panel .active,
.item_list .active {
    background: #1b74b6 !important;
    color: white;
}

.cartbtn a.btn1 {
    padding: 5px 13px !important;
    margin: 0 6px !important;
}


.order_invoice {
    width: 100%;
    float: left;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.order_invoice::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

.order_invoice::-webkit-scrollbar-thumb {
    background-color: #3c3f58;
}

.order_invoice::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.order_invoice table {
    width: 100%;
    table-layout: auto;
}

.order_invoice table thead th {
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #676767;
    border-right: none;
}

.order_invoice table tbody td {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #676767;
    border-top: none;
    border-right: none;
}

.order_invoice table thead th,
.order_invoice table tbody td {
    /* border-right: 1px solid #676767; */
    border: none;
}
